projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab77f05
)
* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
author
Ken Raeburn
<raeburn@raeburn.org>
Mon, 15 Jul 2002 06:55:28 +0000
(06:55 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Mon, 15 Jul 2002 06:55:28 +0000
(06:55 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 9874b4dfa48e81e377d3c63573cca886202ea745..1ce66b63fb9a85e7f7827cbfe5717302f2b956ed 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-1135,7
+1135,7
@@
multibyte character of charset `eight-bit-control' or `eight-bit-graphic'. */)
str_as_multibyte (SDATA (new_string), nbytes,
SBYTES (string), NULL);
string = new_string;
- STRING_
INTERVALS (string) = NULL_INTERVAL
;
+ STRING_
SET_INTERVALS (string, NULL_INTERVAL)
;
}
return string;
}